home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / system tools / cpu monitor / readme.txt < prev   
Text File  |  1997-03-13  |  3KB  |  66 lines

  1. CPU Monitor v1.3b2
  2. Copyright © 1996 Jon Grieve
  3.  
  4. This beta release introduces a few bug fixes and enhancements:
  5.  
  6.     v1.3b2
  7.     ======
  8.  
  9.     - Some more subtle changes to stop the problem where CPUMon simply stops
  10.         updating the icon.  If the icon 'stalls', simply move the mouse over them icon
  11.       and this should kick-start the icon again.
  12.  
  13.     - Some changes to the way the Details window is re-painted.  This still doesn't get
  14.       round the problem where covering the right side of the window stops the graph being
  15.       drawn (see below), but improves general painting of the graph as windows move over it.
  16.  
  17.  
  18.  
  19.     v1.3b1
  20.     ======
  21.  
  22.     - Performance data should be started and stopped correctly, so no
  23.       more (or, maybe, fewer) clashes with other applications reading
  24.       or writing performance data (i.e. Dial-Up Networking) should occur.
  25.  
  26.     - Settings now has an option to include the usage in the tooltip of
  27.       the system tray icon.  This was put in at user request, but isn't
  28.       perticularly helpfull, as the tooltip is only displayed when the
  29.       mouse has been left over the icon, and the text isn't updated when
  30.       visible.  Therefore, the default for this setting is off.
  31.  
  32.     - Added the Details window.  This is where most of the work has been
  33.       done since the last release ... and where most of the remaining work
  34.       needs to be done before a full release.  Current good and bad points
  35.       are:
  36.  
  37.         - No code is in place to redraw the graph when it has been covered up
  38.           by another window (i.e. it needs painting).
  39.  
  40.         - To reduce flicker, the method to add new data is to get Windows to
  41.           'scroll' the window to the left and simply draw what's required for
  42.           the new points -- i.e. the thin strip at the right end.  This works
  43.           well most of the time, however, if the right hand end is hidden by
  44.           another window, the whole scroll process goes very wrong, and no
  45.           new details are drawn.
  46.  
  47.         - Stay on top works well.  Naturally, this gets round both the previous
  48.           problems.
  49.  
  50.         - Stay on top setting is not saved and restored; the Details window always
  51.           starts with this setting off.
  52.  
  53.         - Double click the graph to make it full screen.  If possible, I'll try and
  54.           make the window sizable when in this mode at some point.
  55.  
  56.         - The Detail window settings are mostly hard-coded at this point.  The Settings
  57.           window has the stuff for changing the settings, but none of it does anything
  58.           yet, and so it's all disabled.  Colour settings are obvious.  The Rounding
  59.           settings force the values to be rounded to a certain amount.  The default
  60.           is 5.
  61.  
  62.  
  63. Please report any good or bad points to me.  Thanks.
  64.  
  65. Jon Grieve
  66. jgrieve@southdown.co.uk